Procházet zdrojové kódy

商户后台-商品规格-修复新增时表单未清空问题

sunxiaobiao před 1 rokem
rodič
revize
554306a260
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/views/product/productAttr/index.vue

+ 1 - 1
src/views/product/productAttr/index.vue

@@ -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
             }