doum
2025-12-10 559f6fcd685d2144e931d2c4e56cbe38c2308d70
admin/src/components/business/OperaHotCityWindow.vue
@@ -72,7 +72,7 @@
      rules: {
        cityId: [
          { required: true, validator: newRule, trigger: 'change' }
        ],
        ]
      }
    }
  },
@@ -97,13 +97,12 @@
        .catch(e => {
          this.$tip.error(e)
        })
    },
    numInput() {
      // =""
      this.form.sortnum = this.form.sortnum.replace(/^(0+)|[^\d]+/g,'')
    },
  },
    }
  }
}
</script>