Compare commits
3 Commits
d492006638
...
50d1a76149
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
50d1a76149 | ||
|
|
1ad2bd9551 | ||
|
|
7e2ee20628 |
@ -46,8 +46,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
@ -925,7 +925,8 @@ function issuehand(row:any) {
|
||||
function isssavehand() {
|
||||
if(issarr.length > 0){
|
||||
batchIssue({
|
||||
ncCode:ncid,
|
||||
//ncCode:ncid,
|
||||
id:ncid,
|
||||
ncCodeList:issarr
|
||||
}).then(() => {
|
||||
message.success('操作成功')
|
||||
|
||||
@ -20,6 +20,7 @@ export default defineConfig({
|
||||
port: 3000,
|
||||
proxy: {
|
||||
'/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.230:8888',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user