西海岸:基础设施--一键申请增加数量限制
This commit is contained in:
parent
bafe53bc67
commit
98f0c360d4
|
@ -1795,13 +1795,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
const apply = async () => {
|
const apply = async () => {
|
||||||
|
console.log('一键申请', selectedList.value)
|
||||||
if (selectedRowKeys.value.length != 0) {
|
if (selectedRowKeys.value.length != 0) {
|
||||||
// 判断最大数量
|
// 判断最大数量
|
||||||
let maxNumRes = await judegNumber();
|
let maxNumRes = await judegNumber();
|
||||||
if (maxNumRes.data.code != 0) {
|
if (maxNumRes.data.code != 0) {
|
||||||
return message.warning(maxNumRes.data.msg)
|
return;
|
||||||
}
|
}
|
||||||
console.log('一键申请', selectedList.value)
|
|
||||||
let arr = [
|
let arr = [
|
||||||
{
|
{
|
||||||
arr: [
|
arr: [
|
||||||
|
|
Loading…
Reference in New Issue