修改bug
This commit is contained in:
parent
0b9e063bb7
commit
5d15f6edd7
@ -148,7 +148,7 @@ import caseManagement from "@/services/caseManagement";
|
||||
this.$emit('handleUploadFile')
|
||||
|
||||
}catch (e) {
|
||||
this.$message.error(e.msg)
|
||||
// this.$message.error(e.msg)
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
@ -57,6 +57,11 @@ import api from "@/services/caseManagement";
|
||||
type: String,
|
||||
default: () => {},
|
||||
},
|
||||
singleofficevisible: {
|
||||
type: Boolean,
|
||||
default: () => {return false},
|
||||
},
|
||||
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
@ -70,8 +75,18 @@ import api from "@/services/caseManagement";
|
||||
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
singleofficevisible: {
|
||||
deep: true,
|
||||
handler: function (val) {
|
||||
if (this.singleofficevisible){
|
||||
this.getWritCaseList()
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
this.getWritCaseList()
|
||||
// this.getWritCaseList()
|
||||
},
|
||||
methods: {
|
||||
// 列表数据
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user