1
lkk
8 天以前 164dc096a84fb5e412bdf4d19f83d34604ae99c5
src/views/doctor/checkAll/index.vue
@@ -733,6 +733,7 @@
                    placeholder="请输入内容"
                    v-model="textarea1"
                    :autosize="{ minRows: minRows, maxRows: maxRows }"
                    style="font-size: 16px;"
                  ></el-input>
                </el-form-item>
              </el-form>
@@ -2934,10 +2935,9 @@
    propoChange() {
      this.cusobj = { sex: this.tableAll.cusSex, isZj: 0 };
       this.$refs.proposal.clearSearchFields()
      getConfigKey("mrzscyjy").then((res) => {
        this.mrjy = res.msg; // 会触发 watch → 设置 tjproposal = "1"
        // console.log(res, 4444);
        // 等数据状态准备好后再打开弹窗
        this.$refs.proposal.title = "建议方案";
        this.$refs.proposal.open = true;