Commit d1631455 by lichengming

修改了委托登记导入试验项目验证

parent 0c332456
......@@ -809,6 +809,7 @@ export default {
this.showBtn = true
this.showModal = true
this._hideLoading()
this.selectIds = []
if (this.$string(formObj).isEmpty()) {
this.$refs.formObj.resetFields()
this.getPage.records = []
......@@ -833,6 +834,7 @@ export default {
this.$refs.formObj.resetFields()
this._getUser()
this.getPage.records = []
this.selectIds = []
this._hideLoading()
this.id = ''
this.modalTitle = '委托单编辑'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment