Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵增煜
/
tzt-admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
58f5472f
authored
Nov 24, 2024
by
lujunyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
只拉取非通用问题
parent
e440b542
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
app/Admin/Controllers/DrugTagController.php
+1
-1
No files found.
app/Admin/Controllers/DrugTagController.php
View file @
58f5472f
...
...
@@ -78,7 +78,7 @@ protected function form()
$form
->
text
(
'tag_name'
)
->
width
(
4
)
->
required
();
$form
->
multipleSelect
(
'inquiry'
,
'问诊问题'
)
->
options
(
function
()
{
return
InquiryModel
::
all
(
)
->
pluck
(
'question'
,
'id'
);
return
InquiryModel
::
where
(
'is_common'
,
InquiryModel
::
INQUIRY_COMMON_FALSE
)
->
pluck
(
'question'
,
'id'
);
})
->
customFormat
(
function
(
$v
)
{
return
array_column
(
$v
,
'id'
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment