소스 검색

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

sunxiaobiao 1 년 전
부모
커밋
554306a260
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
             }