Kaynağa Gözat

更新sop按钮开放

yuhongqi 5 gün önce
ebeveyn
işleme
aaca15c0b7
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/views/qw/sop/updateSop.vue

+ 2 - 2
src/views/qw/sop/updateSop.vue

@@ -415,7 +415,7 @@
         </el-form-item>
       </el-form>
       <div slot="footer" class="dialog-footer" style="display: flex;justify-content: flex-end;">
-        <el-button v-if="false" type="primary" @click="submitForm">确 定</el-button>
+        <el-button type="primary" @click="submitForm">确 定</el-button>
         <el-button @click="cancel">取 消</el-button>
       </div>
       <el-dialog :title="listUser.title" :visible.sync="listUser.open" width="700px" append-to-body>
@@ -476,7 +476,7 @@
           @pagination="cancelSearchTags"
         />
         <div slot="footer" class="dialog-footer">
-          <el-button v-if="false" type="primary" @click="tagSubmitForm(changeTagDialog.type)">确 定</el-button>
+          <el-button type="primary" @click="tagSubmitForm(changeTagDialog.type)">确 定</el-button>
           <el-button @click="tagCancel(changeTagDialog.type)">取消</el-button>
         </div>
       </el-dialog>