Commit 4e0bffc0 by member

人群筛选器

parent b7df0ef8
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "@gic-test/vue-gic-people", "name": "@gic-test/vue-gic-people",
"description": "vue-gic-people Plugin", "description": "vue-gic-people Plugin",
"author": "shiyao <syolmm@qq.com>", "author": "shiyao <syolmm@qq.com>",
"version": "1.8.91", "version": "1.8.94",
"license": "MIT", "license": "MIT",
"private": false, "private": false,
"main": "dist/vue-gic-people.js", "main": "dist/vue-gic-people.js",
......
...@@ -2018,16 +2018,16 @@ export default { ...@@ -2018,16 +2018,16 @@ export default {
} }
return; return;
} }
this.$message.error({ // this.$message.error({
duration: 1000, // duration: 1000,
message: resData.message // message: resData.message
}); // });
}) })
.catch(error => { .catch(error => {
this.$message.error({ // this.$message.error({
duration: 1000, // duration: 1000,
message: error.message // message: error.message
}); // });
}); });
}, },
...@@ -2188,9 +2188,9 @@ export default { ...@@ -2188,9 +2188,9 @@ export default {
this.$emit("hideBtn"); this.$emit("hideBtn");
// 数据回显 // 数据回显
// if (!!this.repId) { if (!!this.repId) {
// this.getTempDetail(); this.getTempDetail();
// } }
if (!!this.hasSearchData) { if (!!this.hasSearchData) {
this.responseData = JSON.parse(this.hasSearchData); this.responseData = JSON.parse(this.hasSearchData);
......
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