Commit 83566b2d authored by guoyou's avatar guoyou

股东入股

parent bd56b0b1
...@@ -310,7 +310,8 @@ export default { ...@@ -310,7 +310,8 @@ export default {
}, },
//入股 退股时间 //入股 退股时间
shareBtn() { shareBtn() {
this.ruleForm.changeState =2 this.ruleForm.isQuit == 1 ? this.ruleForm.changeState = 3 : this.ruleForm.changeState = 2
this.ruleForm.relTime = formatDate(this.times, 'yyyy-MM-dd') + ' 00:00:00' this.ruleForm.relTime = formatDate(this.times, 'yyyy-MM-dd') + ' 00:00:00'
updUserPostionEditor(this.ruleForm).then(data=>{ updUserPostionEditor(this.ruleForm).then(data=>{
if (data.status == 200) { if (data.status == 200) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment