dev-QQq
方佳 博 2 years ago
parent 11661cb4d7
commit e049a5d734

@ -350,12 +350,14 @@ const task = () => {
return;
}
if(!formData.value3||!formData.value2){
console.log(1);
errorNumber=1
}else
}
if(formData.value1||formData.value4||formData.value5){
console.log(2);
errorNumber=1
}
if(input.value!=="购物车数据"){
if(input.value!=="购物车数据"){
errorNumber=1
}
portraitModel
@ -497,6 +499,7 @@ const taskZB = () => {
prop: key,
});
}
input3.value=""
tableData2.value = res.data;
flag.value = true;
});

@ -461,6 +461,7 @@ const resTable2=ref()
tableData2.value=res.data
flag.value=true
// proxy.$modal.msgSuccess("!");
input3.value=''
tableData2.value = res.data;
flag.value = true;
});

@ -352,7 +352,7 @@ const task = () => {
if(parseFloat(formInline3.value3)!==parseFloat(predictionResults.value)){
errorNumber=1
}
if(input.value!=="销售预测数据"){
if(input.value!=="销售预测数据"){
errorNumber=1
}
}else{
@ -436,6 +436,8 @@ const taskZB = () => {
API.analysisDataDisplay(sendData).then((res) => {
tableLabel.length = 0;
option5.value.length = 0;
input5.value = [];
input6.value = [];
for (const key in res.data[0]) {
option5.value.push({
value: key,
@ -446,6 +448,7 @@ const taskZB = () => {
prop: key,
});
}
input3.value=""
tableData2.value = res.data;
flag.value = true;
});

Loading…
Cancel
Save