|
|
@ -453,7 +453,6 @@ export default {
|
|
|
|
handleUpdate(row) {
|
|
|
|
handleUpdate(row) {
|
|
|
|
this.reset();
|
|
|
|
this.reset();
|
|
|
|
let startOaStatus0 = this.selectRow[0].startOaStatus;
|
|
|
|
let startOaStatus0 = this.selectRow[0].startOaStatus;
|
|
|
|
alert(startOaStatus0)
|
|
|
|
|
|
|
|
if( startOaStatus0 == '1'){
|
|
|
|
if( startOaStatus0 == '1'){
|
|
|
|
this.$message.error('已经提交OA流程');
|
|
|
|
this.$message.error('已经提交OA流程');
|
|
|
|
return
|
|
|
|
return
|
|
|
|