|
@@ -424,6 +424,11 @@
|
|
|
if (typeof(res.data.msg) != 'undefined' && res.data.msg != '' && res.data.msg == '添加成功' && JSON
|
|
if (typeof(res.data.msg) != 'undefined' && res.data.msg != '' && res.data.msg == '添加成功' && JSON
|
|
|
.stringify(res.data) != '{}') {
|
|
.stringify(res.data) != '{}') {
|
|
|
_this.$message.success('【数据添加】成功!');
|
|
_this.$message.success('【数据添加】成功!');
|
|
|
|
|
+
|
|
|
|
|
+ this.addform.user_id = ''
|
|
|
|
|
+ this.addform.dom = ''
|
|
|
|
|
+ this.addform.build = ''
|
|
|
|
|
+
|
|
|
let params = {
|
|
let params = {
|
|
|
page: this.currentPage,
|
|
page: this.currentPage,
|
|
|
rows: this.pageRows
|
|
rows: this.pageRows
|