Browse Source

新分支

28169 2 years ago
parent
commit
eccba788f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/xt_pages/user/firstDisease.vue

+ 1 - 1
src/xt_pages/user/firstDisease.vue View File

@@ -360,7 +360,7 @@
360 360
             </div>
361 361
 
362 362
              <div style="text-align: right; padding-right: 0px; padding-top: 10px; padding-bottom: 10px;">
363
-              <el-button @click="show_dialog = false">取消</el-button>
363
+              <el-button @click="edit_show_dialog = false">取消</el-button>
364 364
               <el-button type="primary"
365 365
                          @click="updateAction" :loading="uploading_new_record">保存
366 366
               </el-button>