qymljy 1 год назад
Родитель
Сommit
0b7d73740e

+ 2 - 1
src/Form/caseManage/add.vue

@@ -18,7 +18,7 @@
               </el-form-item>
             </el-col>
             <el-col :span="24">
-              <el-form-item label="分类" prop="sat_notice_classid">
+              <el-form-item label="分类" prop="sat_sharematerial_classid">
                 <el-select v-model="form.sat_sharematerial_classid" clearable placeholder="请选择分类" style="width: 100%">
                   <el-option
                       v-for="item in classData"
@@ -117,6 +117,7 @@ export default {
         "notes": "",
         "content": "",
         "sat_sharematerialid":0,
+        "sat_sharematerial_classid":'',
         "status":"新建",
         "sequence":'',
         "image":'',

+ 1 - 0
src/WebsiteManagement/caseManage/modules/addProduct.vue

@@ -72,6 +72,7 @@ export default {
   methods:{
     addBtn(){
       this.param.content.sat_sharematerialid = this.sat_sharematerialid
+      this.param.content.where.condition = ''
       this.listData(this.param.content.pageNumber = 1)
     },
     async listData(){