lkk
2024-12-11 3bbb8fd1842ee736ac785debbf14f0e04315325e
12.11
1个文件已修改
22 ■■■■ 已修改文件
src/views/hosp/rules/index.vue 22 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/hosp/rules/index.vue
@@ -349,7 +349,7 @@
      :visible.sync="open"
      width="1000px"
      append-to-body
      :before-close="handleClose"
      :close-on-click-modal="false"
    >
      <el-form
        ref="form"
@@ -572,9 +572,9 @@
      :visible.sync="dialogTableVisible"
      width="80%"
      :close-on-click-modal="false"
      @close="clearForm"
    >
      <div class="app-container">
        <!-- <el-row :gutter="24"> -->
        <el-form
          :model="form"
          ref="queryForm"
@@ -664,7 +664,7 @@
      :visible.sync="openOne"
      width="1000px"
      append-to-body
      :before-close="handleClose"
     :close-on-click-modal="false"
    >
      <el-form
        ref="form"
@@ -933,16 +933,15 @@
      queryParam: {
        page: 1,
        pageSize: 10,
        bt: '', // 标题
        nr: '',  // 建议内容
        bt: "", // 标题
        nr: "", // 建议内容
      },
      querycharge: {
        pageNum: 1,
        pageSize: 10,
      },
      // 表单参数
      form: {
      },
      form: {},
      // 表单校验
      rules: {
        deleted: [
@@ -994,9 +993,7 @@
    this.getList();
  },
  methods: {
    handleClose(done) {
      // this.cancel();
      /* this.$confirm("确认关闭?")
@@ -1008,10 +1005,15 @@
    handlecharge() {
      this.querycharge.pageNum = 1;
      this.getlistJynr();
    },
    // 清空表单数据
    clearForm() {
      this.queryParam.bt = ""; // 清空标题
      this.queryParam.nr = ""; // 清空建议内容
    },
    getDetailed() {
      this.getlistJynr();
      this.dialogTableVisible = true;