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>