zouyu
2023-12-26 032ddb30a8d9d884cc176a4a506580b4a1272586
src/views/quality/Packaging_ledger/pack-from.vue
@@ -15,7 +15,7 @@
        :prelang="prelang"
        :options="options"
        :ajaxFun="ajaxFun"
        :bottomOffset="350"
        :bottomOffset="150"
        ref="paramTable"
      >
        <template #toolbar></template>
@@ -128,7 +128,6 @@
    },
    watch: {
      currshowlist() {
        console.log(22211);
        this.innerVisible = this.currshowlist
        if (this.currshowlist) {
          this.$nextTick(() => {
@@ -141,7 +140,7 @@
    //   ...mapGetters(['permissions'])
    },
    created() {
      this.getParamType()
      // this.getParamType()
    },
    methods: {
         // 获取数据列表
@@ -149,7 +148,6 @@
        // this.$refs.paramTable.getDataList()
        // },
        Getdata(val){
            console.log(val);
            this.datalistid = val
        },
      saveSelectRow() {
@@ -158,9 +156,9 @@
            contractNo:this.datalistid.contractNo
        }   
        pagedataadd (packageBox).then((res =>{
            this.$emit('way',res )
            if (res.status === 200) {
                this.$message.success('新增成功')
                this.$emit('refreshDataList')
            }else{
                this.$message.error('创建失败')
            }