接口
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<script>
|
||||
import NavBar from '@/components/NavBar.vue'
|
||||
import SearchBox from '@/components/SearchBox.vue'
|
||||
import {getCacheLine, releasepoint} from '@/utils/getData2.js'
|
||||
import {finishproductPoint, releasepoint} from '@/utils/getData2.js'
|
||||
export default {
|
||||
components: {
|
||||
NavBar,
|
||||
@@ -47,11 +47,18 @@
|
||||
disabled2: false
|
||||
};
|
||||
},
|
||||
created () {
|
||||
this._finishproductPoint()
|
||||
},
|
||||
methods: {
|
||||
/** 选择器1 */
|
||||
selectChange1(e) {
|
||||
this.index1 = e
|
||||
},
|
||||
async _finishproductPoint () {
|
||||
let res = await finishproductPoint('2')
|
||||
this.options1 = [...res]
|
||||
},
|
||||
toSure1 () {
|
||||
this.disabled1 = true
|
||||
if (!this.index1 || !this.val1) {
|
||||
|
||||
Reference in New Issue
Block a user