|
|
|
@ -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; |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|