jinlin
2024-08-12 93613ff8e7db6a77841a36eb4be9e5219bd5cd29
修改
3个文件已修改
10 ■■■■ 已修改文件
modules/mainPart/src/main/resources/mapper/taskReliability/TaskBinoParamDao.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/src/views/modules/taskReliability/SchemeCompar.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web/vue.config.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
modules/mainPart/src/main/resources/mapper/taskReliability/TaskBinoParamDao.xml
@@ -51,7 +51,7 @@
                   and f.is_delete = 0
                   and g.product_id = f.id
                   and g.is_delete = 0
                   and g.reliab_distrib_type = 2
                   and g.reliab_distrib_type = 3
             ) a
                 left join task_bino_param b on
                b.task_id = ${taskId}
web/src/views/modules/taskReliability/SchemeCompar.vue
@@ -94,7 +94,7 @@
        ],
        dataForm: {
          id: '',
          pid: '',
          name: [],
          productId: '',
          showProductId: '',
          taskModelId: '',
@@ -144,8 +144,8 @@
          this.$refs.ProductModelTree.getProductList()
        })
      },
      onSchemeSelected(data) {
        this.dataForm.id = data.id
      onSchemeSelected() {
        console.log(this.dataForm.name)
      },
      zk() {
        this.isZk = !this.isZk;
web/vue.config.js
@@ -32,7 +32,7 @@
  productionSourceMap: false,
  devServer: {
    open: true,
    port: 8020,
    port: 8031,
    overlay: {
      errors: true,
      warnings: true