原材料库优化问题点0808
This commit is contained in:
@@ -621,11 +621,8 @@ export default {
|
||||
this.dialogVisible = true;
|
||||
},
|
||||
confirmMove() {
|
||||
// Here, you can add your logic to call the backend API.
|
||||
// For example, using axios to make a POST request:
|
||||
this.$axios.post('/api/schBaseTask/move', { })
|
||||
.then(response => {
|
||||
// Handle success response
|
||||
console.log(response.data);
|
||||
})
|
||||
.catch(error => {
|
||||
|
||||
Reference in New Issue
Block a user