walter 9 months ago
parent
commit
622595479a

+ 1 - 1
src/point/views/common/examinePopup.vue

@@ -219,7 +219,7 @@
         <el-form-item
           label="规则"
           v-if="detail_info.source_type != 4"
-          v-show="(detail_info.rule_id && detail_info.item) || adoptForm.ruleOrItem"
+          v-show="(detail_info.rule_id && detail_info.item_id) || adoptForm.ruleOrItem"
           prop="item_id"
           :rules="[{ required: true, message: '请选择规则'}]"
         >

+ 0 - 3
src/point/views/workbench/grade/apply_list.vue

@@ -7,7 +7,6 @@
     </el-tabs>
     <div style="margin-bottom: 15px;" class="flex-box-ce flex-d-center">
         <el-button type="primary" @click="dialogVisible = true">申请积分</el-button>
-        <el-button type="primary" @click="showIntegralApply = true">申请积分B</el-button>
         <el-input style="width: 250px;" v-model="formData.keyword" placeholder="输入申请内容" maxlength="10" clearable></el-input>
     </div>
 
@@ -143,7 +142,6 @@
     </el-drawer>
 
     <applicationIntegrationPopup title="申请积分" :visible.sync="dialogVisible"></applicationIntegrationPopup>
-    <IntegralApplyPopup :visible.sync="showIntegralApply"/>
   </div>
 </template>
 
@@ -173,7 +171,6 @@ export default {
       },
       cx_loading:false,
       dialogVisible: false,
-      showIntegralApply: false,
       itemIndex: 0,
       selectId:0,
     };