Compare commits
3 Commits
3c137e8025
...
0b39b49a5d
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b39b49a5d | |||
| 9afe858077 | |||
| 5f6646ae4e |
@@ -21,8 +21,8 @@ const question = defineStore({
|
|||||||
getOrderQuestion(val) {
|
getOrderQuestion(val) {
|
||||||
queryQuestion({
|
queryQuestion({
|
||||||
carTypeId: this.currentCartype,
|
carTypeId: this.currentCartype,
|
||||||
// subject: val,
|
subject: val,
|
||||||
questionIdList:[10982,10983,10985,10986]
|
// questionIdList:[10982,10983,10985,10986]
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code == '0000') {
|
if (res.code == '0000') {
|
||||||
this.orderQuestion = res.data
|
this.orderQuestion = res.data
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 774 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user