|
|
@@ -92,7 +92,7 @@ export default {
|
|
92
|
92
|
if(res.message=='没有权限访问'){
|
|
93
|
93
|
this.$message.error(res.message);
|
|
94
|
94
|
}else{
|
|
95
|
|
- this.$modalAttr(Object.assign({}, this.formDynamic), function() {
|
|
|
95
|
+ this.$modalAttr({ template_name: '', template_value: [] }, function() {
|
|
96
|
96
|
_this.getList()
|
|
97
|
97
|
})
|
|
98
|
98
|
}
|