qx
qx
2025-03-17 94952b540f5cd3eb34cf24010c420969e076048e
src/views/system/package/index.vue
@@ -771,10 +771,12 @@
      this.open = true;
      getPacInFo(row.pacId).then((response) => {
        // this.form = response.data;
        console.log(this.form, 445);
        Object.keys(response.data).forEach((key) => {
          this.$set(this.form, key, response.data[key]);
        });
        this.youhui= this.form.limits
        this.pics =  this.form.price
        this.form.xianprice =  this.form.newPrice
        this.lastXianPrice = this.form.xianprice
        this.form.keywords = this.form.keywords.slice(0, -1);
        this.form.keywords = this.form.keywords.split(",");