[update 标准征求意见流程] 选择标准去掉多余参数、选择文本更换接口
This commit is contained in:
+2
-2
@@ -31,7 +31,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { querySpitFileByStandardNumber } from '../../../../api/workCenter'
|
||||
import { querySpitFileByStandardId } from '../../../../api/workCenter'
|
||||
|
||||
export default {
|
||||
name: 'SelectStandardFileModal',
|
||||
@@ -58,7 +58,7 @@ export default {
|
||||
open (standardId, selectedValue) {
|
||||
this.visible = true
|
||||
this.confirmLoading = true
|
||||
querySpitFileByStandardNumber({ standardId }).then(res => {
|
||||
querySpitFileByStandardId({ standardId }).then(res => {
|
||||
if (res.success) {
|
||||
this.optionList = res.result || []
|
||||
this.$nextTick(() => {
|
||||
|
||||
Reference in New Issue
Block a user