修改手机端文档库接口
This commit is contained in:
@@ -356,7 +356,8 @@
|
|||||||
resetClick() {
|
resetClick() {
|
||||||
this.form = {
|
this.form = {
|
||||||
checked: false,
|
checked: false,
|
||||||
selectModel: '0'
|
selectModel: '0',
|
||||||
|
flowType: []
|
||||||
}
|
}
|
||||||
if (this.form.checked) {
|
if (this.form.checked) {
|
||||||
this.form.mobileProcessing = '1'
|
this.form.mobileProcessing = '1'
|
||||||
@@ -412,6 +413,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
activeChange() {
|
activeChange() {
|
||||||
|
this.phoneQueryValue = ''
|
||||||
this.form = {
|
this.form = {
|
||||||
checked: false,
|
checked: false,
|
||||||
selectModel: '0'
|
selectModel: '0'
|
||||||
@@ -631,6 +633,9 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
processClick(type) {
|
processClick(type) {
|
||||||
|
if (!this.form.flowType) {
|
||||||
|
this.form.flowType = []
|
||||||
|
}
|
||||||
if (this.form.flowType && this.form.flowType.length > 0) {
|
if (this.form.flowType && this.form.flowType.length > 0) {
|
||||||
let isTrue = false
|
let isTrue = false
|
||||||
for (let i = 0; i < this.form.flowType.length; i++) {
|
for (let i = 0; i < this.form.flowType.length; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user