huangli865118801 4 years ago
parent
commit
3f8767661b
  1. 13
      pages/offLine/offLine.vue
  2. 1
      pages/stampingRecordList/stampingRecordList.vue

13
pages/offLine/offLine.vue

@ -126,14 +126,17 @@
this.mouldIds = e.target.value this.mouldIds = e.target.value
}, },
offLine() { offLine() {
console.log("表单", this.from);
this.froms.frequency=this.CyInfo.frequency this.from.frequency=this.CyInfo.frequency
this.buttonState = false; this.buttonState = false;
offline(this.from).then(res => { offline(this.from).then(res => {
this.$functions.success('提交成功').then(() => { console.log("成功", this.from);
uni.navigateBack(); this.$functions.success('操作成功').then(() => {
})
uni.navigateBack({});
});
}).catch(res => { }).catch(res => {
console.log("失败", this.from);
this.buttonState = true; this.buttonState = true;
}); });
} }

1
pages/stampingRecordList/stampingRecordList.vue

@ -154,6 +154,7 @@
openLine({ openLine({
id: plan_id id: plan_id
}).then(res => { }).then(res => {
this.getData()
this.$functions.success('操作成功').then(() => { this.$functions.success('操作成功').then(() => {
this.getData() this.getData()
}); });

Loading…
Cancel
Save