lilei il y a 2 ans
Parent
commit
be15fde740
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      src/views/dataStatistics/userAnalysis/setModal.vue

+ 3 - 0
src/views/dataStatistics/userAnalysis/setModal.vue

@@ -143,6 +143,9 @@ export default {
       queryStoreLevelParamMap().then(res => {
         if (res.status == 200) {
           this.form = Object.assign({}, res.data)
+          for (const key in this.form) {
+            this.form[key] = Number(this.form[key])
+          }
         }
         this.spinning = false
       })