修改手机端文档库接口

This commit is contained in:
范强强
2023-06-19 11:07:43 +08:00
parent ee81b7e24e
commit b6206043e0
+6 -1
View File
@@ -356,7 +356,8 @@
resetClick() {
this.form = {
checked: false,
selectModel: '0'
selectModel: '0',
flowType: []
}
if (this.form.checked) {
this.form.mobileProcessing = '1'
@@ -412,6 +413,7 @@
}
},
activeChange() {
this.phoneQueryValue = ''
this.form = {
checked: false,
selectModel: '0'
@@ -631,6 +633,9 @@
})
},
processClick(type) {
if (!this.form.flowType) {
this.form.flowType = []
}
if (this.form.flowType && this.form.flowType.length > 0) {
let isTrue = false
for (let i = 0; i < this.form.flowType.length; i++) {