[update] 画年度制修订计划(标准化发起)
This commit is contained in:
@@ -868,7 +868,6 @@ export default {
|
||||
// 返回流程名称
|
||||
returnProcessName () {
|
||||
const processName = (this.formInline.newEnStandardNo || '') + '-' + (this.formInline.newEnStandardName || '') + '-' + '立项'
|
||||
console.log(processName)
|
||||
this.$emit('processNameChange', processName)
|
||||
},
|
||||
// 根据三个代号和一个年代号获取企标编号
|
||||
@@ -885,7 +884,6 @@ export default {
|
||||
param.standardCategoryCode = this.formInline.standardCategoryCode
|
||||
param.decadeCode = this.formInline.decadeCode
|
||||
getEnStandardNo(param).then(res => {
|
||||
console.log(res)
|
||||
if (res.success) {
|
||||
this.$set(this.formInline, 'newEnStandardNo', res.message)
|
||||
this.$forceUpdate()
|
||||
|
||||
Reference in New Issue
Block a user