WXL
2 天以前 8b120cec9e7f0e356322a2cddf0624579c05ce93
测试完成
已修改3个文件
32 ■■■■■ 文件已修改
src/views/complaint/complaintmy/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/followvisit/tasklist/index.vue 27 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
vue.config.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/complaint/complaintmy/index.vue
@@ -92,7 +92,6 @@
                  icon="el-icon-download"
                  size="medium"
                  @click="handleExport"
                  v-hasPermi="['system:user:export']"
                  >导出</el-button
                >
              </div>
src/views/followvisit/tasklist/index.vue
@@ -783,6 +783,9 @@
    /** 搜索按钮操作 */
    handleQuerytask() {
      this.topqueryParams.pageNum = 1;
      if (this.tasktopic == 4) {
        this.topqueryParams.type = 3;
      }
      // this.topqueryParams.type = '';
      this.getList();
    },
@@ -940,17 +943,19 @@
        this.TaskOperation.taskType = this.topqueryParams.type;
        this.TaskOperation.sendState = 2;
        this.TaskOperation.sendType = 2;
        this.$modal.confirm({
        title: '确认操作',
        text: '你确定要执行这个操作吗?',
        showCancelButton: true,
        confirmButtonText: '确定',
        cancelButtonText: '取消'
      }).then((result) => {
        if (result.value) {
          console.log('用户点击了确定按钮');
        }
      });
        this.$modal
          .confirm({
            title: "确认操作",
            text: "你确定要执行这个操作吗?",
            showCancelButton: true,
            confirmButtonText: "确定",
            cancelButtonText: "取消",
          })
          .then((result) => {
            if (result.value) {
              console.log("用户点击了确定按钮");
            }
          });
        this.$modal
          .confirm(
            '当前选中任务名称为"' +
vue.config.js
@@ -36,9 +36,9 @@
      // detail: https://cli.vuejs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
        // target: `http://192.168.168.60:8095`,
        target: `http://192.168.144.34:8095`,
        // target: `http://192.168.144.34:8095`,
        // target: `http://192.168.100.100:8095`,
        // target:`http://localhost:8095`,
        target:`http://localhost:8095`,
        changeOrigin: true,
        pathRewrite: {
          ['^' + process.env.VUE_APP_BASE_API]: ''