huangli865118801 3 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
},
offLine() {
console.log("表单", this.from);
this.froms.frequency=this.CyInfo.frequency
this.from.frequency=this.CyInfo.frequency
this.buttonState = false;
offline(this.from).then(res => {
this.$functions.success('提交成功').then(() => {
uni.navigateBack();
})
console.log("成功", this.from);
this.$functions.success('操作成功').then(() => {
uni.navigateBack({});
});
}).catch(res => {
console.log("失败", this.from);
this.buttonState = true;
});
}

1
pages/stampingRecordList/stampingRecordList.vue

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

Loading…
Cancel
Save