linwenxin преди 1 година
родител
ревизия
b57724d387
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/setting/serviceProductConfig/index.vue

+ 1 - 1
src/views/setting/serviceProductConfig/index.vue

@@ -130,7 +130,6 @@ export default {
             this.optionsEvensAuth('add', {
             this.optionsEvensAuth('add', {
               click: () => {
               click: () => {
                 this.baseDataList()
                 this.baseDataList()
-
                 this.formBool = true
                 this.formBool = true
               }
               }
             })
             })
@@ -204,6 +203,7 @@ export default {
         edit: {
         edit: {
           click: ({ row, index, column }) => {
           click: ({ row, index, column }) => {
             this.baseDataList(() => {
             this.baseDataList(() => {
+              this.formBool = true
               serviceProductDelf({ id: row.id }).then(res => {
               serviceProductDelf({ id: row.id }).then(res => {
                 var { items, ...p } = res.data
                 var { items, ...p } = res.data
                 this.$refs.tree.setCheckedKeys(
                 this.$refs.tree.setCheckedKeys(