|
@@ -62,7 +62,7 @@
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<script>
|
|
<script>
|
|
- import {gasApplyDetailDrkDetail,gasApplyStorageAdd,getSubjectDict,airbottleStockEnter} from '@/api/index.js'
|
|
|
|
|
|
+ import {gasApplyDetailDrkDetail,gasApplyStorageAdd,getSubjectDict,airbottleStockEnter,subjectList} from '@/api/index.js'
|
|
import { config } from '@/api/request/config.js'
|
|
import { config } from '@/api/request/config.js'
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
@@ -232,7 +232,7 @@
|
|
//实验室列表
|
|
//实验室列表
|
|
async getSubjectDict(){
|
|
async getSubjectDict(){
|
|
let self = this;
|
|
let self = this;
|
|
- let {data} = await getSubjectDict()
|
|
|
|
|
|
+ let {data} = await subjectList()
|
|
if(data.code == 200){
|
|
if(data.code == 200){
|
|
if(data.data[0]){
|
|
if(data.data[0]){
|
|
let list = [];
|
|
let list = [];
|