Merge branch 'develop' of http://gitlab.91isoft.com:90/LAWS/laws-system-front-FOTON into develop
This commit is contained in:
@@ -294,9 +294,9 @@ export default {
|
||||
releaseTime: [
|
||||
{required: true, message: "请选择计划标准发布日期", trigger: "change"}
|
||||
],
|
||||
// FSDName: [
|
||||
// { required: true, validator: validateFsOnlineFile, trigger: 'blur' }
|
||||
// ],
|
||||
FSDName: [
|
||||
{ required: true, validator: validateFsOnlineFile, trigger: 'blur' }
|
||||
],
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
@@ -656,7 +656,7 @@ export default {
|
||||
}, res => {
|
||||
if (res.success) {
|
||||
this.isSubmit = false
|
||||
if(this.qbfsForm.approvalOpinion === 0){
|
||||
if(this.qbfsForm.approvalOpinion === 0 && this.qbfsForm.standSort.indexOf("Q/QCBFC") == -1){
|
||||
this.processCreateFsBuss(json)
|
||||
}
|
||||
this.$router.push({path:'/processCenter?tabsName=ProcessCenter'})
|
||||
|
||||
@@ -3031,7 +3031,6 @@ export default {
|
||||
_this: this
|
||||
}, res => {
|
||||
if (res.ok) {
|
||||
return
|
||||
this.$http.post("lawss/activiti/completeTask", {
|
||||
taskIds: res.data,
|
||||
userId: this.$store.getters.userInfo.userId,
|
||||
|
||||
Reference in New Issue
Block a user