lixiangyu
2 天以前 4193a7b909f0244ba3d62b808e695d5f23c31f97
src/views/mes/modules/MesWorkReportingForm.vue
@@ -97,9 +97,9 @@
        validatorRules: {
        },
        url: {
          add: "/mesworkreporting/mesWorkReporting/add",
          edit: "/mesworkreporting/mesWorkReporting/edit",
          queryById: "/mesworkreporting/mesWorkReporting/queryById"
          add: "/mes/mesWorkReporting/add",
          edit: "/mes/mesWorkReporting/edit",
          queryById: "/mes/mesWorkReporting/queryById"
        }
      }
    },
@@ -146,7 +146,7 @@
              that.confirmLoading = false;
            })
          }
        })
      },
    }