From 9ff66017debadfc89bc0c1b796684a4d1dbe2bc3 Mon Sep 17 00:00:00 2001 From: fangyuan <527392886@qq.com> Date: 星期五, 16 十二月 2022 10:00:02 +0800 Subject: [PATCH] 已上报到市批量操作按钮隐藏 --- src/views/operate/rectification/taskList/components/viewInterface/index.vue | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/src/views/operate/rectification/taskList/components/viewInterface/index.vue b/src/views/operate/rectification/taskList/components/viewInterface/index.vue index 6b28ebb..08ba6a0 100644 --- a/src/views/operate/rectification/taskList/components/viewInterface/index.vue +++ b/src/views/operate/rectification/taskList/components/viewInterface/index.vue @@ -40,13 +40,6 @@ <el-input v-model="myInterface.description" placeholder="璇峰~鍐欐弿杩�"></el-input> </el-form-item> <!-- 鎸夐挳 --> - <!-- <el-form-item> - <div class="optionBtn"> - <el-button type="primary" class="btn submit" @click.native.prevent="handleUser">鎻愪氦 - </el-button> - <el-button class="btn reset">閲嶇疆</el-button> - </div> - </el-form-item> --> </el-form> </div> </main> @@ -80,16 +73,6 @@ } } }; - const validatePhone = (rule, value, callback) => { - if (!value) { - callback(new Error("璇峰~鍐欐墜鏈哄彿鐮�")); - } else { - const rep = /(^1[3|4|5|7|8|9]\d{9}$)|(^09\d{8}$)/ - if (!rep.test(value)) { - callback("璇疯緭鍏ユ纭殑鎵嬫満鍙风爜"); - } - } - }; return { myInterface: { }, @@ -113,7 +96,6 @@ } }, created() { - const that = this; const {userInfo} = this; this.myInterface = JSON.parse(JSON.stringify(userInfo)); }, -- Gitblit v1.8.0