summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/mock
diff options
context:
space:
mode:
authorcyuamber <xuranyjy@chinamobile.com>2019-12-05 14:33:09 +0800
committercyuamber <xuranyjy@chinamobile.com>2019-12-05 14:33:21 +0800
commit6077654ad074c2c07acf1434dfdec2fc5abd17d9 (patch)
treec458499190421a64587ff81df6b5f521e378c0a9 /usecaseui-portal/src/app/mock
parent19b190ce4d1042c769b93c50882b91e748af061d (diff)
feat: Completed the submit function in the task processing dialog
Change-Id: I2ab002ce9876687921684f4834908701d98b0d1e Issue-ID: USECASEUI-352 Signed-off-by: cyuamber <xuranyjy@chinamobile.com>
Diffstat (limited to 'usecaseui-portal/src/app/mock')
-rw-r--r--usecaseui-portal/src/app/mock/json/PUT_task_auditInfo.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/mock/json/PUT_task_auditInfo.json b/usecaseui-portal/src/app/mock/json/PUT_task_auditInfo.json
new file mode 100644
index 00000000..75555639
--- /dev/null
+++ b/usecaseui-portal/src/app/mock/json/PUT_task_auditInfo.json
@@ -0,0 +1,7 @@
+{
+ "result_header": {
+ "result_code": "200",
+ "result_message": "Operation result message."
+ },
+ "result_body": {}
+} \ No newline at end of file