qinxianzhangyao
2024-03-18 e3a63203c823a4b7fcb12a52769c34acdc0b7a19
src/views/system/comp/index.vue
@@ -889,10 +889,15 @@
      })
    },
    submitrighr() {
      this.openss = false
      if(this.pacList.length >= 1){
        this.openss = false
      this.forms.pacName = this.pacList[0].pacName
      this.forms.price = this.queryParams.price
      this.forms.ysPrice = (this.forms.price * (this.forms.limits / 10)).toFixed(2);
      }else{
        this.$modal.msgError("请选择套餐");
      }
    },
    // 套餐单项获取
    handleChangeOne(selection) {