Compare commits

..

3 Commits

Author SHA1 Message Date
andy
50d1a76149 修改 2026-08-17 16:46:34 +08:00
andy
1ad2bd9551 Merge branch 'master' of https://git.evo-techina.com/sgc/mes-vue 2026-08-17 16:33:22 +08:00
andy
7e2ee20628 修改 2026-08-17 16:33:11 +08:00
3 changed files with 3 additions and 3 deletions

View File

@ -47,8 +47,6 @@
</div> </div>
</div> </div>

View File

@ -925,7 +925,8 @@ function issuehand(row:any) {
function isssavehand() { function isssavehand() {
if(issarr.length > 0){ if(issarr.length > 0){
batchIssue({ batchIssue({
ncCode:ncid, //ncCode:ncid,
id:ncid,
ncCodeList:issarr ncCodeList:issarr
}).then(() => { }).then(() => {
message.success('操作成功') message.success('操作成功')

View File

@ -20,6 +20,7 @@ export default defineConfig({
port: 3000, port: 3000,
proxy: { proxy: {
'/api': { '/api': {
//target:'http://192.168.12.12:8888/',
//target:'http://192.168.12.4:8888/', //target:'http://192.168.12.4:8888/',
// target:'http://192.168.12.4:8888/', // target:'http://192.168.12.4:8888/',
//target:'http://192.168.12.230:8888', //target:'http://192.168.12.230:8888',