Переглянути джерело

修改系统清单编辑模式下不能编辑问题

zhangyu 5 роки тому
батько
коміт
b3cf64f9d1
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      src/components/ledger/handsontables/system.vue

+ 1 - 2
src/components/ledger/handsontables/system.vue

@@ -32,7 +32,7 @@
         <div
         style="width:100px;cursor: pointer;float:right; font-size:14px;margin-right:10px"
       >
-      <el-select v-model="onlyRead" @click="changeRead" size="small">
+      <el-select v-model="onlyRead" @change="changeRead" size="small">
         <el-option
           v-for="item in options"
           :key="item.value"
@@ -230,7 +230,6 @@ export default {
       
     },
     changeRead() {
-      this.onlyRead = !this.onlyRead
       this.getMain()
     },
     changeWatch() {