Compare commits
No commits in common. "50d1a761497587ab3656ab49a9a4315bd90cfc6c" and "d4920066381f1b7baff919d7241723e16e140f77" have entirely different histories.
50d1a76149
...
d492006638
@ -46,6 +46,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -925,8 +925,7 @@ 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('操作成功')
|
||||||
|
|||||||
@ -20,7 +20,6 @@ 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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user