linwei
2024-01-18 c01bdb2ed46f249a44b478c5f7210dae274daadc
src/views/property/propertyCompany.vue
@@ -18,8 +18,8 @@
          @click="openPayConfig(row)">商户配置
        </el-button>
        <!-- <el-button :size="size" icon="el-icon-circle-plus-outline" type="text" @click="addProperty()">物业评定
        </el-button> -->
        <el-button :size="size" icon="el-icon-circle-plus-outline" type="text" @click="addProperty(row)">物业评定
        </el-button>
      </template>
    </avue-crud>
@@ -350,8 +350,8 @@
    methods: {
      addProperty() {
        this.$refs.propertyEdit.init();
      addProperty(row) {
        this.$refs.propertyEdit.init(row);
      },
      aliSubmit(form, done) {