ludc
2023-06-21 e96908d0c5681721f12b82bbd1eda7ad5091e8cc
Source/UBCS-WEB/src/components/refer/vciWebReferDefalut.vue
@@ -6,6 +6,7 @@
               top="0"
               class="avue-dialog avue-dialog--top"
               :width="referConfig.options.width|| '80%'">
      <avue-crud :option="option"
                 :table-loading="loading"
                 :data="data"
@@ -22,6 +23,7 @@
      </avue-crud>
      <div class="avue-dialog__footer">
        <div class="avue-dialog__footer--left valueInfo">{{ valueInfo }}</div>
        {{ this.referConfig.options.width }}
        <el-button @click="visible=false">取 消</el-button>
        <el-button @click="setValue" type="primary">确 定</el-button>
      </div>
@@ -83,7 +85,7 @@
    console.log('referConfig:')
    console.log(this.referConfig)
  },
  mounted() {
  mounted() {
    if(this.referConfig.options.page){
      this.page.pageSize=this.referConfig.options.page.limit || this.referConfig.options.page.pageSize;
      this.page.currentPage=this.referConfig.options.page.page || this.referConfig.options.page.currentPage;