he wei
2025-03-22 0e77d8fd1444b2f6078bc631e769f01eba74a09d
U 6186 设置参数验证问题
4个文件已修改
24 ■■■■ 已修改文件
src/views/dataTest/components/hr6184Content.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dataTest/components/hr6184Content_.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dataTest/components/hr61853Content.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dataTest/components/hr6186Content.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/dataTest/components/hr6184Content.vue
@@ -392,7 +392,11 @@
        });
    },
    // 设置参数
    setParams() {
    async setParams() {
      let valid = await this.$refs.ruleForm.validate(() => {});
      if (!valid) {
        return false;
      }
      // 等待框
      let loading = this.$layer.loading(1);
src/views/dataTest/components/hr6184Content_.vue
@@ -329,7 +329,11 @@
        });
    },
    // 设置参数
    setParams() {
    async setParams() {
      let valid = await this.$refs.ruleForm.validate(() => {});
      if (!valid) {
        return false;
      }
      // 等待框
      let loading = this.$layer.loading(1);
src/views/dataTest/components/hr61853Content.vue
@@ -385,7 +385,11 @@
        });
    },
    // 设置参数
    setParams() {
    async setParams() {
      let valid = await this.$refs.ruleForm.validate(() => {});
      if (!valid) {
        return false;
      }
      // 等待框
      let loading = this.$layer.loading(1);
src/views/dataTest/components/hr6186Content.vue
@@ -390,7 +390,11 @@
        });
    },
    // 设置参数
    setParams() {
    async setParams() {
      let valid = await this.$refs.ruleForm.validate(() => {});
      if (!valid) {
        return false;
      }
      // 等待框
      let loading = this.$layer.loading(1);