修改手机端文档库接口
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user